home *** CD-ROM | disk | FTP | other *** search
/ Leisure Game Pak 1 / Leisure Game Pak I.iso / lpgame1 / 04 / source / egavga.txt < prev    next >
Text File  |  1994-08-17  |  678b  |  22 lines

  1. EGAVGA.TXT
  2. ----------
  3.  
  4. To compile&link the MYNES! source code successfully, you will have to
  5. transform the "EGAVGA.BGI" driver supplied with your Turbo Pascal into
  6. the corresponding "EGAVGA.OBJ" file.
  7.  
  8. The program  BINOBJ.EXE  (also supplied with your Turbo Pascal) will do this.
  9. Just type this command line:
  10.  
  11. BINOBJ  <bgi_path>\EGAVGA.BGI  <mynes_path>\EGAVGA  VGADriver
  12.  
  13.   where  <bgi_path>   is the path to Turbo Pascal's .BGI and .CHR files
  14.          <mynes_path> is the path to the MYNES! source files.
  15.  
  16. e.g.
  17.       \TP\UTILS\BINOBJ  \TP\BGI\EGAVGA.BGI  \MYNES!\EGAVGA  VGADriver
  18.  
  19.  
  20. NOTE:  you will have to "Change Dir" to <mynes_path> to compile mynes.
  21.  
  22.